home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Weezo / Weezo setup.exe / {code_appDir} / www / themes / common / menu.php < prev    next >
PHP Script  |  2010-05-19  |  248b  |  12 lines

  1. <?php
  2. $theme['output']='normal';
  3. $theme['frames']=true;
  4. $theme['framelessDesktop']=1;
  5. $theme['screenSize']='monitor';
  6. $theme['menuFrame']=array(
  7.     'position'=>'left',
  8.     'size'=>'218',
  9.     'scrolling'=>'auto'
  10. );
  11. $theme['mainFrame']=array();
  12. ?>